vcCreateProductStatement
Create statement waits for free capacity at the target Container and then creates a new product instance. The product is created at the position of the Container.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Container | vcContainer | RW | Gets or sets a component container where to place the created product's component. If set to None, the associated transport node's container is used. |
| ProductPositionFrame | vcFrameFeature | RW | Gets or sets an optional frame feature that defines Product's final position. |
| ProductType | vcProductType | RW | Gets or sets the product type to instantiate. |
| ProductVariableName | String | RW | Gets or sets the name of a variable where to store a reference to the created product instance. A runtime variable is created if one doesn't exist. Can be a list of products. |
| RetainOffsetFromAssembly | Boolean | RW | Gets or sets a value which defines if the product's offset in Assembly is kept or ignored when creating product bundles. |